Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1891 - When building api/http container, it cannot run due to mismatch in pydantic version #1892

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

T1t4m1un
Copy link
Contributor

@T1t4m1un T1t4m1un commented Apr 1, 2024

Generic request

  • PR name follows the pattern #1234 – issue name
  • branch name does not contain '#'
  • base branch (master or release/xx) is correct
  • PR is linked with the issue
  • task status changed to "Code review"
  • code follows product standards
  • regression tests updated

For release/xx branch

  • backmerge to master (or newer release/xx) branch is created

Optional

  • unit-tests written
  • documentation updated

Backmerge request

  • PR name follows the pattern Backmerge: #1234 – issue name
  • PR is linked with the issue
  • base branch (master or release/xx) is correct
  • code contains only backmerge changes

Bump request

  • PR name follows the pattern Bump version to ...
  • add brackets [ ] for 'skip ci' and put it into the body
  • milestone is linked to PR
  • all tickets are closed inside the relevant milestone

Resolve: #1891

It seems that because a higher version of pydantic is installed by carrying dependencies in setup.py, the lower version of pydantic is no longer installed during pip install. Just add a line "pydantic==1.10.8", at the beginning of install_requires in setup.py and it will be fine

@AlexanderSavelyev AlexanderSavelyev merged commit 6c2a46e into epam:master Apr 1, 2024
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug Report | When building api/http container, it cannot run due to mismatch in pydantic version
2 participants